xl: remove unimplemented -l stub for cpupool-list
authorAndre Przywara <andre.przywara@amd.com>
Fri, 28 Jan 2011 17:43:50 +0000 (17:43 +0000)
committerAndre Przywara <andre.przywara@amd.com>
Fri, 28 Jan 2011 17:43:50 +0000 (17:43 +0000)
commit2c311e731001fd8c404de6f747ba36c67e1c53a2
treeb47cf71ca44809fe5ef84e2fdd5ab95f418d9aa2
parent852c37f5a82e271f51c9e47c5c5f855c8a45d06b
xl: remove unimplemented -l stub for cpupool-list

Although advertised via the usage output, xl cpupool-list -l just
returns ERROR_NI, which does not show up on the console. Instead the
output is empty, which is not exactly what --long hints to.  To avoid
confusion remove the line from the help output and just ignore the -l
option properly until it gets finally implemented.

Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/xl_cmdimpl.c
tools/libxl/xl_cmdtable.c